CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉树 遍历

搜索资源列表

  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 二叉树的遍历算法

    1下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2008-11-07
    • 文件大小:4500
    • 提供者:2007131202
  1. BinaryTree Visit,all methods

    0下载:
  2. 二叉树的所有遍历算法,包括前序、中序、后序的递归与非递归算法,还有层次遍历从上至下、从下至上、从左到右、从右到左遍历方法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-05-16
    • 文件大小:2143
    • 提供者:little_ma
  1. 求二叉树前序遍历序列中第k个结点的值

    0下载:
  2. 求二叉树前序遍历序列中第k个结点的值 c语言程序,已测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-01-28
    • 文件大小:28672
    • 提供者:sxccw2
  1. dsassdasdasda

    0下载:
  2. 二叉树建立与遍历源代码,这是我大二时做的实验报告,现在毕业了删了可惜就上传了,通过自己调试编译无误。-Binary Tree Traversal establish the source code, this is my sophomore year when the report of the experiment, and now have decided to graduate a pity on the upload, and through their own correct comp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:14783
    • 提供者:协力
  1. structure

    2下载:
  2. 数据结构二叉树实现代码:功能如下: (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive alg
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-24
    • 文件大小:189887
    • 提供者:lqs010203
  1. erchashudebianli

    0下载:
  2. 这是一个二叉树的遍历问题-This is a question of Binary Tree Traversal
  3. 所属分类:

    • 发布日期:2017-12-10
    • 文件大小:1137
    • 提供者:张婷
  1. zhongxubianli

    0下载:
  2. 二叉树生成及遍历。以某种形式建立二叉树逻辑结构信息,建立二叉链表,先作先序、中序、后序遍历,将二叉树中序线索化,中序遍历线索二叉树-Tree generation and traversal. Some form of information to establish the logical structure tree, the establishment of binary list, to make the first order, in sequence, after the trave
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1850
    • 提供者:sam
  1. java3

    0下载:
  2. 二叉树的定义, 编写一个main方法, 实现二叉树的中序和后序遍历,实现二叉树遍历 改编的方法-The definition of binary tree, write a main method, in order to achieve the binary tree and post-order traversal, the realization of binary tree traversal method adapted
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:4887
    • 提供者:解密
  1. 11

    0下载:
  2. 二叉树遍历及深度,使用C语言实现,课程设计-Binary tree traversal and depth of C language, curriculum design
  3. 所属分类:MySQL

    • 发布日期:2017-04-11
    • 文件大小:970
    • 提供者:slw
  1. tree

    0下载:
  2. MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input fo
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3593496
    • 提供者:
  1. 二叉树

    0下载:
  2. 二叉树的前、中、后、层次遍历的递归算法。其中包括构造二叉树链式存储的算法。(A recursive algorithm of traversing the front, middle, post and level of two forked trees. It includes the algorithm to construct two forked tree chain storage.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. 二叉树

    0下载:
  2. 利用java实现二叉树的三种遍历方式,包括先序、中序、后序。(Three traversing ways of two forked trees are realized by using Java.)
  3. 所属分类:Applet

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:不耻下问
  1. 二叉树

    1下载:
  2. 实现了二叉树的创建,先序遍历,中序遍历,后序遍历以及二叉树的竖式打印(binary tree traverse)
  3. 所属分类:数据结构

  1. 二叉树

    0下载:
  2. 建立二叉树,用四种方法遍历,求二叉树的树高及结点总权,并且能输入一个结点求其父结点(The two forked tree is required to be traversed by four methods, and the height of the two forked tree and the total weight of the node are calculated, and a node can be entered to find the parent node of the
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1847296
    • 提供者:赵自由
  1. 8606-二叉树的构建及遍历操作

    0下载:
  2. 实现二叉树的遍历操作,属于数据结构基础算法,代码能够顺利运行,运行环境是ColdBlick。(The traversing operation of two forked tree belongs to the basic algorithm of data structure, the code can run smoothly, and the running environment is ColdBlick.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:蓉-
  1. 二叉树的遍历

    0下载:
  2. 主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. 二叉树

    0下载:
  2. 实现二叉树的建立, 并能够中序遍历二叉树,查询二叉树的深度(The establishment of binary tree can be realized, and the binary tree can be traversed in order, and the depth of binary tree can be queried.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:***完美
  1. 二叉树_17281183_刘梦婷

    2下载:
  2. 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorit
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:2170880
    • 提供者:lmt19990807
  1. 二叉树的先、中、后序遍历序列

    1下载:
  2. 从键盘接收扩展先序序列,以二叉链表作为存储结构,建立二叉树。输出这棵二叉树的先序、中序和后序遍历序列。 输入 输入扩展先序序列。二叉树结点的data是字符类型数据, 其中#表示空格字符。 输出 三行依次输出先序、中序、后序遍历序列。 样例输入 ABC##DE#G##F### 样例输出 ABCDEGF CBEGDFA CGEFDBA
  3. 所属分类:数据结构常用算法

« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com